home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / a2701_95.zip / ARGUS.EXE / 0 / RCDATA / TSYSINFOFORM / TSYSINFOFORM.txt
Text File  |  1997-07-16  |  1KB  |  55 lines

  1. object SysInfoForm: TSysInfoForm
  2.   Left = 0
  3.   Top = 0
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'System Information'
  7.   ClientHeight = 44
  8.   ClientWidth = 142
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object lMemAvail: TLabel
  18.     Left = 84
  19.     Top = 4
  20.     Width = 49
  21.     Height = 13
  22.     Alignment = taRightJustify
  23.     AutoSize = False
  24.   end
  25.   object Label1: TLabel
  26.     Left = 12
  27.     Top = 4
  28.     Width = 69
  29.     Height = 13
  30.     AutoSize = False
  31.     Caption = 'AllocMemSize:'
  32.   end
  33.   object Label2: TLabel
  34.     Left = 12
  35.     Top = 24
  36.     Width = 77
  37.     Height = 13
  38.     AutoSize = False
  39.     Caption = 'AllocMemCount:'
  40.   end
  41.   object lMemCount: TLabel
  42.     Left = 92
  43.     Top = 24
  44.     Width = 41
  45.     Height = 13
  46.     Alignment = taRightJustify
  47.     AutoSize = False
  48.   end
  49.   object Timer1: TTimer
  50.     OnTimer = Timer1Timer
  51.     Left = 140
  52.     Top = 40
  53.   end
  54. end
  55.